RSC Payload
この辺、用語の扱いが雑すぎてよくわからん
React Server Component Payloadとは何ですか?
React Server Component Payloadは、レンダリングされたReact Server Component Treeのコンパクトなバイナリ表現です。
これは、クライアント側のReactがブラウザのDOMを更新するために使用されます。
React Server Component Payloadには以下が含まれます:
Server Componentのレンダリング結果
Client Componentがレンダリングされる場所のplaceholderと、そのJavaScriptファイルへの参照
Server CpomonetからClient Componentに渡されるprops
React renders Server Components into a special data format, optimized for streaming, called the React Server Component Payload.
Server Componentを、RSC Payloadという形式でrenderingする